Skip to main content
Version: 2.0.0

Configuration Reference

Key Settings

SettingValue
LLM ModelGPT-4o (via SAP AI Core)
Request Timeout30 seconds
Retries1

Allowed Field Values

FieldAllowed Values
auth_typeBEARER, NONE
cloud_providerSAP_BTP, GCP, AZURE, AWS, OTHER
methodGET, POST, PUT, DELETE

Required Environment Variables

SAP AI Core Credentials

VariablePurpose
AICORE_AUTH_URLAuthentication endpoint for AI Core
AICORE_CLIENT_IDClient ID for AI Core OAuth
AICORE_CLIENT_SECRETClient secret for AI Core OAuth
AICORE_BASE_URLBase URL for AI Core API calls

SAP HANA DB Credentials

VariablePurpose
HANA_HOSTHANA database host address
HANA_PORTHANA database port
HANA_USERDatabase username
HANA_PASSWORDDatabase password
HANA_SCHEMATarget schema name

Credential File Structure

{
"host": "<hana-host>",
"port": <port-number>,
"user": "<username>",
"password": "<password>",
"schema": "<schema-name>",
"encrypt": true,
"ssl_validate_certificate": false
}